3to4: Add test for GtkCheckButton:draw-indicator removal
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 19 Dec 2020 15:52:22 +0000 (15:52 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 19 Dec 2020 15:52:22 +0000 (15:52 +0000)
testsuite/tools/simplify-data-3to4/checkbutton.expected [new file with mode: 0644]
testsuite/tools/simplify-data-3to4/checkbutton.ui [new file with mode: 0644]

diff --git a/testsuite/tools/simplify-data-3to4/checkbutton.expected b/testsuite/tools/simplify-data-3to4/checkbutton.expected
new file mode 100644 (file)
index 0000000..63b5655
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+  <requires lib="gtk" version="4.0"/>
+  <object class="GtkWindow" id="window1">
+    <property name="child">
+      <object class="GtkBox" id="box1">
+        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
+        <child>
+          <object class="GtkCheckButton" id="checkbutton1">
+            <property name="hexpand">1</property>
+            <property name="label">Check</property>
+          </object>
+        </child>
+      </object>
+    </property>
+  </object>
+</interface>
diff --git a/testsuite/tools/simplify-data-3to4/checkbutton.ui b/testsuite/tools/simplify-data-3to4/checkbutton.ui
new file mode 100644 (file)
index 0000000..33e2cf9
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+  <object class="GtkWindow" id="window1">
+    <child>
+      <object class="GtkBox" id="box1">
+        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
+        <property name="visible">1</property>
+        <child>
+          <object class="GtkCheckButton" id="checkbutton1">
+            <property name="draw_indicator">1</property>
+            <property name="hexpand">1</property>
+            <property name="label">Check</property>
+            <property name="visible">1</property>
+          </object>
+        </child>
+      </object>
+    </child>
+  </object>
+</interface>